Declare Function reference_titles Lib "wais.dll" (ByVal func As Integer, ByVal tot_ref As Integer, reference As REF) As Integer
Declare Function query_titles Lib "wais.dll" (ByVal func As Integer, ByVal tot_ref As Integer, ByVal svr As String, ByVal db As String, ByVal kw As String, ByVal port As Long) As Integer
Declare Function get_titles Lib "wais.dll" (ByVal docno As Integer, headline As DOC) As Integer
Declare Function get_document Lib "wais.dll" (ByVal docno As Integer, ByVal tp As String) As Integer
Declare Function set_maxdocs Lib "wais.dll" (ByVal number As Integer) As Integer